← Index
NYTProf Performance Profile   
For starman worker -M FindBin --max-requests 50 --workers 2 --user=kohadev-koha --group kohadev-koha --pid /var/run/koha/kohadev/plack.pid --daemonize --access-log /var/log/koha/kohadev/plack.log --error-log /var/log/koha/kohadev/plack-error.log -E deployment --socket /var/run/koha/kohadev/plack.sock /etc/koha/sites/kohadev/plack.psgi
  Run on Fri Jan 8 13:01:18 2016
Reported on Fri Jan 8 13:01:36 2016

Filename(eval 911)[/usr/share/perl5/Sub/Quote.pm:5]
StatementsExecuted 12 statements in 386µs
Eval Invoked At/usr/share/perl5/Sub/Quote.pm line 5
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
22229µs795µsDBIx::Class::ResultSourceProxy::::columnsDBIx::Class::ResultSourceProxy::columns
11114µs29µsSub::Quote::::BEGIN@4.2349 Sub::Quote::BEGIN@4.2349
1118µs8µsDBIx::Class::ResultSourceProxy::::BEGIN@10.2350DBIx::Class::ResultSourceProxy::BEGIN@10.2350
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1{
222µs my $_UNQUOTED = ${$_[1]->{"\$_UNQUOTED"}};
31300ns my $_QUOTED = ${$_[1]->{"\$_QUOTED"}};
42185µs244µs
# spent 29µs (14+15) within Sub::Quote::BEGIN@4.2349 which was called: # once (14µs+15µs) by Sub::Quote::_clean_eval at line 4
no warnings 'closure';
# spent 29µs making 1 call to Sub::Quote::BEGIN@4.2349 # spent 15µs making 1 call to warnings::unimport
5
# spent 795µs (29+766) within DBIx::Class::ResultSourceProxy::columns which was called 2 times, avg 398µs/call: # once (7µs+745µs) by Class::C3::Componentised::ensure_class_loaded at line 84 of Koha/Schema/Result/AuthorisedValuesBranch.pm # once (23µs+21µs) by Class::C3::Componentised::ensure_class_loaded at line 56 of Sub/Defer.pm
sub DBIx::Class::ResultSourceProxy::columns {
6 $_QUOTED if 0;
71100ns $_UNQUOTED if 0;
8# BEGIN quote_sub PRELUDE
9package DBIx::Class::ResultSourceProxy;
10
# spent 8µs within DBIx::Class::ResultSourceProxy::BEGIN@10.2350 which was called: # once (8µs+0s) by Sub::Quote::_clean_eval at line 15
BEGIN {
1112µs $^H = "132834";
121500ns ${^WARNING_BITS} = "UUUUUUUUUUUUUUUUU";
13111µs %^H = (
14 );
151161µs18µs}
# spent 8µs making 1 call to DBIx::Class::ResultSourceProxy::BEGIN@10.2350
16# END quote_sub PRELUDE
17 DBIx::Class::_ENV_::ASSERT_NO_INTERNAL_INDIRECT_CALLS and DBIx::Class::_Util::fail_on_internal_call;
18119µs221µs shift->result_source_instance->columns (@_);
19 }
2011µs $$_UNQUOTED = \&DBIx::Class::ResultSourceProxy::columns
21}
2214µs1;
23
24;